home *** CD-ROM | disk | FTP | other *** search
- object PrevForm: TPrevForm
- Left = 317
- Top = 116
- Width = 626
- Height = 625
- Caption = 'QuickReport Copyright (c) 1995 Allan Lochert'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 618
- Height = 65
- Align = alTop
- TabOrder = 0
- object Label4: TLabel
- Left = 12
- Top = 40
- Width = 390
- Height = 16
- Caption = 'This is a very simple preview form created with QuickReport'
- Color = clBtnFace
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 33
- Height = 16
- Caption = 'Page'
- end
- object Label3: TLabel
- Left = 112
- Top = 8
- Width = 37
- Height = 16
- Caption = 'Zoom'
- end
- object SpinEdit1: TSpinEdit
- Left = 48
- Top = 4
- Width = 57
- Height = 26
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEdit1Change
- end
- object SpinEdit2: TSpinEdit
- Left = 160
- Top = 4
- Width = 53
- Height = 26
- Increment = 10
- MaxValue = 300
- MinValue = 10
- TabOrder = 1
- Value = 100
- OnChange = SpinEdit2Change
- end
- object Button1: TButton
- Left = 216
- Top = 4
- Width = 85
- Height = 29
- Caption = 'Zoom to fit'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 304
- Top = 4
- Width = 101
- Height = 29
- Caption = 'Zoom to width'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
- object QRPreview1: TQRPreview
- Left = 0
- Top = 65
- Width = 618
- Height = 533
- Align = alClient
- TabOrder = 1
- PageNumber = 1
- Zoom = 100
- end
- end
-